home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetColor.cpp -------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:43 PM by Paul Ferguson.
- *
- * Description: For notes about this class, refer to the
- * PCL documentation file PGetColor.html
- *-------------------------------------------------------------------------
- */
-
- #include "PGetColor.h"
- #include "PReplyBuf.h"
-
- PGetColor::PGetColor()
- : PHandleQuery(pm_getcolor)
- {
- PReplyBuf reply(replyPtr);
-
- reply >> &colorStr >> nTintColor;
- }
-
- // end of PGetColor.cpp
-